home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / arcers / gzip.zip / README
Text File  |  1994-01-05  |  1KB  |  33 lines

  1. this software comes from june.cs.washington.edu in /pub/ntemacs
  2.  
  3. current versions:
  4. emacs v19.17
  5. gzip v1.2.4
  6. tar v1.11.2
  7.  
  8. For those unfamiliar with gzip and tar: 
  9.  
  10. Gzip is a compression program, taking as input one file and
  11. compressing its contents (gunzip reverses the process).  Simply use
  12. "gunzip <file>.gz" to decompress the file.
  13.  
  14. Tar is an archive program (it's name is a shortened form of "tape
  15. archive").  To extract the contents of a tar file, use "tar xvf
  16. <file>.tar".  The "f" tells tar that it is handling a file (instead of
  17. magnetic tape), the "x" tells tar to extract the contents, and "v"
  18. tells tar to be verbose and report everything it extracts.
  19.  
  20. Since gzip works on one file, the typical process is to tar a
  21. directory tree and then gzip it; unpackaging it is the reverse
  22. process (using gzunip).
  23.  
  24. Note that, when these packages are opened, you must do so on a non-FAT
  25. filesystem (HPFS or NTFS).
  26.  
  27. -geoff
  28.  
  29. (voelker@cs.washington.edu)
  30.  
  31. Thanks to Drew Bliss for the port of GNU Tar, and Benn Schreiber
  32. for providing the DEC Alpha AXP executables.
  33.